object FormDOMTableCell: TFormDOMTableCell Left = 285 Top = 207 AutoSize = True BorderStyle = bsDialog BorderWidth = 8 Caption = 'Cell Properties' ClientHeight = 385 ClientWidth = 401 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object PageControl: TPageControl Left = 0 Top = 0 Width = 401 Height = 353 ActivePage = TabSheetSettings TabOrder = 0 TabStop = False object TabSheetSettings: TTabSheet Caption = 'Settings' object PaintBox1: TPaintBox Left = 8 Top = 8 Width = 169 Height = 17 Hint = 'Layout' OnPaint = PaintBox1Paint end object PaintBox2: TPaintBox Left = 184 Top = 8 Width = 201 Height = 17 Hint = 'Cell Colors' OnPaint = PaintBox1Paint end object PaintBox3: TPaintBox Left = 8 Top = 152 Width = 377 Height = 17 Hint = 'Text Formating' OnPaint = PaintBox1Paint end object PaintBox4: TPaintBox Left = 8 Top = 248 Width = 377 Height = 17 Hint = 'Background Image' OnPaint = PaintBox1Paint end object GroupBox1: TGroupBox Left = 8 Top = 24 Width = 169 Height = 121 TabOrder = 0 object Label1: TLabel Left = 8 Top = 20 Width = 31 Height = 13 Caption = 'Width:' end object Label2: TLabel Left = 8 Top = 44 Width = 34 Height = 13 Caption = 'Height:' end object Label3: TLabel Left = 8 Top = 68 Width = 63 Height = 13 Caption = 'Span Across:' end object Label4: TLabel Left = 8 Top = 92 Width = 59 Height = 13 Caption = 'Span Down:' end object Edit1: TEdit Left = 104 Top = 16 Width = 57 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 104 Top = 40 Width = 57 Height = 21 TabOrder = 1 end object Edit3: TEdit Left = 104 Top = 64 Width = 57 Height = 21 TabOrder = 2 end object Edit4: TEdit Left = 104 Top = 88 Width = 57 Height = 21 TabOrder = 3 end end object GroupBox3: TGroupBox Left = 8 Top = 168 Width = 377 Height = 73 TabOrder = 1 object Label5: TLabel Left = 8 Top = 20 Width = 99 Height = 13 Caption = 'Horizontal Alignment:' end object Label11: TLabel Left = 8 Top = 44 Width = 87 Height = 13 Caption = 'Vertical Alignment:' end object ComboBox1: TComboBox Left = 120 Top = 16 Width = 89 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 Items.Strings = ( 'Default' 'Left' 'Center' 'Right') end object CheckBox1: TCheckBox Left = 224 Top = 16 Width = 97 Height = 17 Caption = 'No Wrap' TabOrder = 1 end object ComboBox2: TComboBox Left = 120 Top = 40 Width = 89 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 Items.Strings = ( 'Default' 'Top' 'Middle' 'Bottom') end end object GroupBox4: TGroupBox Left = 184 Top = 24 Width = 201 Height = 121 TabOrder = 2 object Label6: TLabel Left = 8 Top = 20 Width = 88 Height = 13 Caption = 'Background Color:' end object Label8: TLabel Left = 8 Top = 44 Width = 61 Height = 13 Caption = 'Border Color:' end object Label9: TLabel Left = 8 Top = 68 Width = 87 Height = 13 Caption = 'Border Color Light:' end object Label10: TLabel Left = 8 Top = 92 Width = 87 Height = 13 Caption = 'Border Color Dark:' end object Edit5: TEdit Left = 104 Top = 16 Width = 57 Height = 21 CharCase = ecUpperCase TabOrder = 0 end object Button5: TButton Left = 168 Top = 16 Width = 25 Height = 21 Caption = '...' TabOrder = 1 OnClick = Button5Click end object Edit6: TEdit Left = 104 Top = 40 Width = 57 Height = 21 CharCase = ecUpperCase TabOrder = 2 end object Edit7: TEdit Left = 104 Top = 64 Width = 57 Height = 21 CharCase = ecUpperCase TabOrder = 4 end object Edit8: TEdit Left = 104 Top = 88 Width = 57 Height = 21 CharCase = ecUpperCase TabOrder = 6 end object Button6: TButton Left = 168 Top = 40 Width = 25 Height = 21 Caption = '...' TabOrder = 3 OnClick = Button6Click end object Button7: TButton Left = 168 Top = 64 Width = 25 Height = 21 Caption = '...' TabOrder = 5 OnClick = Button7Click end object Button8: TButton Left = 168 Top = 88 Width = 25 Height = 21 Caption = '...' TabOrder = 7 OnClick = Button8Click end end object GroupBox2: TGroupBox Left = 8 Top = 264 Width = 377 Height = 49 TabOrder = 3 object Edit9: TEdit Left = 8 Top = 16 Width = 329 Height = 21 TabOrder = 0 end object Button4: TButton Left = 344 Top = 16 Width = 25 Height = 21 Caption = '...' TabOrder = 1 OnClick = Button4Click end end end end object ButtonOK: TButton Left = 144 Top = 360 Width = 81 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object ButtonCancel: TButton Left = 232 Top = 360 Width = 81 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object ButtonApply: TButton Left = 320 Top = 360 Width = 81 Height = 25 Caption = 'Apply' TabOrder = 3 OnClick = ButtonApplyClick end end